[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Dol2Str()         Converts a number to a "dollar" string

Description:

  VS_Dol2Str() takes a numeric amount (similar to that on most checks)
  and converts it to a "long-hand" representation of that number.  i.e.
  124.34 becomes "One Hundred Twenty Four & 34/100 dollars"

Syntax:     

  c_String = VS_Dol2Str( n_Amount )

Pass:       

  n_Amount is the numeric value to be converted to a "dollar"
  string.

Return:     

  c_String is a character expression representing the converted
  value of n_Amount

Notes:      


Example:    

  ? VS_Dol2Str("129.32")

  Output:  One Hundred Twenty Nine & 32/100 Dollars

Usage:      

  VS_Dol2Str() is most commonly used when printing checks, etc.

See Also: VS_Num2Txt()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson